home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / brltty / TTY.README < prev    next >
Text File  |  2009-10-13  |  1KB  |  52 lines

  1. This driver allows to use any tty as peripheral for BrlTTY. There are many ways
  2. to use it.
  3.  
  4. By ssh-ing from another machine
  5. -------------------------------
  6.  
  7. ssh from machB to machA, and give the current tty as device to brltty:
  8.  
  9. samy@machB$ ssh machA
  10. samy@machA$ su -
  11. Password:
  12. root@machA# brltty -b tt -d `tty` -B term=$TERM -n
  13.  
  14. By using an Xterm
  15. -----------------
  16.  
  17. Just give the tty used by the xterm to brltty.
  18.  
  19. $ su -
  20. Password:
  21. # brltty -b tt -d `tty` -B term=$TERM -n
  22.  
  23. By using a real tty
  24. -------------------
  25.  
  26. Just give the serial port on which it is connected to brltty:
  27.  
  28. # brltty -b tt -d /dev/ttyS0 -B term=ampex232,baud=19200,charset=IBM850,locale=fr_FR.IBM850
  29.  
  30. I here had to precise the type of terminal (I have an Ampex232, see somewhere
  31. like /usr/share/terminfo for your own's.
  32.  
  33. I also had to tell that it uses the IBM850 codepage table. And I hence also
  34. had to tell to use a special locale: fr_FR.IBM850, since I want french,
  35. with IBM850 charset. I had to generate since by hand by adding
  36. fr_FR.IBM850 IBM850
  37. to my /etc/locale.gen, and then relaunch locale-gen
  38.  
  39.  
  40. Notes
  41. -----
  42.  
  43. Another machine connected by a null-modem can be used as a tty: just run
  44. minicom on it, and use vt100 as type of terminal.
  45.  
  46. If a BrlAPI application writes dots (Gnopernicus for instance) you won't
  47. get the text.
  48.  
  49. See help.txt (or press F1) to get help on key bindings
  50. Default configuration should be fine, but if not, get sure to use 8-dot text
  51. style and not to show attributes in the configuration menu (F4).
  52.